loans-api
Get New Loan Simulation
Description: This endpoint is used to get new loan simulation based on arrangementId. The arrangementId being passed in path parameter..
Mulesoft Request:
Headers:
Mandatory Headers: x-channel-id,x-correlation-id, x-bank-id,client_id, Authorization
Optional Headers: x-sub-channel-id,x-user-id, client_secret,x-debug-flag,x-debug-flag, x-customer-id
Paramaters:
URI Params: /{arrangementId}/
Query Params: NA
Content-type: application/json
Mulesoft Response:
Success Response: (200)
{
"status": {
"success": "true",
"code": "200",
"arabicMessage": "تمت العملية بنجاØ",
"englishMessage": "The Operation has been Successfully Completed"
},
"response": {
"loanDetails": {
"arrangementId": "AASIM222587X57J8YB",
"installmentAmount": "0",
"totalLoanAmount": "0",
"netLoanAmount": "0"
}
}
}